* lisp/progmodes/python.el (python-indent-context)
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 12 Dec 2013 05:37:09 +0000 (02:37 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 12 Dec 2013 05:37:09 +0000 (02:37 -0300)
commit6b47160c1aeed7e1d1650f805bcc6b571bc9059a
tree20b91ae300e7396412675d4d2030057804650433
parentc7fc766068931c3d6ef3d39a1fc10020244eb7f2
* lisp/progmodes/python.el (python-indent-context)
(python-indent-calculate-indentation): Fix auto-identation
behavior for comment blocks.

* test/automated/python-tests.el (python-indent-after-comment-1)
(python-indent-after-comment-2): New tests.
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el